home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha Extra 2004 January / CyberMycha Extra 1-2004 (Poland) (Disc 2).bin / Pippi / gmsb.dir / Internal_1_movieScriptInternal.ls < prev    next >
Encoding:
Text File  |  2001-09-12  |  270 b   |  15 lines

  1. global sessionObject
  2.  
  3. on startMovie
  4.   puppetTempo(12)
  5.   initGmMovie(sessionObject)
  6.   set the volume of sound 1 to 135
  7.   sound(4).play(member("atmosstadinomhus", 2))
  8.   set the volume of sound 4 to 150
  9. end
  10.  
  11. on stopMovie
  12.   finitGmMovie(sessionObject)
  13.   sound(4).stop()
  14. end
  15.